home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 26 / develop Issue 26 code / SOM and ListPart / ListPart DR4 / Source / ListPartGlobals.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  467 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ListPartGlobals.cpp
  3.  
  4.     Contains:    ListPart globals
  5.  
  6.     Written by:    Steve Smith
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11.  
  12. #ifndef _LISTPARTGLOBALS_
  13. #include "ListPartGlobals.h"
  14. #endif
  15.  
  16. //==============================================================================
  17. // Globals
  18. //==============================================================================
  19.  
  20. ODUShort            gGlobalsUsageCount    = 0;
  21. ListPartGlobals*    gGlobals            = kODNULL;